"real state modern" shadcn/ui theme

futuristic
vivid
high-contrast
immersive
modern
real-estate
bold
experimental
color-optimized

Shadcn/ui Theme Css Variables

name: Urban Futurakeyword: real state modern views: 8

:root {
  --background: 200 100% 10%;
  --foreground: 0 0% 98%;
  --card: 200 100% 15%;
  --card-foreground: 0 0% 98%;
  --popover: 200 100% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 180 100% 50%;
  --primary-foreground: 200 100% 10%;
  --secondary: 200 100% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 200 100% 20%;
  --muted-foreground: 0 0% 70%;
  --accent: 180 100% 40%;
  --accent-foreground: 200 100% 10%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 200 100% 25%;
  --input: 200 100% 25%;
  --ring: 180 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}